home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / comp.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  266 b   |  17 lines

  1. on exitFrame
  2.   global Gframe, Gmovie, Gflag
  3.   unLoadCast()
  4.   if Gflag = 1 then
  5.     go(1, "credits")
  6.   end if
  7.   if Gflag = 2 then
  8.     go(1, "intro")
  9.   end if
  10.   if Gflag = 3 then
  11.     go("init", "intro")
  12.   end if
  13.   if Gflag = 4 then
  14.     go(Gframe, Gmovie)
  15.   end if
  16. end
  17.